home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000313_slash_dev_slas…_2000@yahoo.com_Sun Jun 20 12:31:47 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!postnews2.google.com!not-for-mail
  2. From: slash_dev_slash_null_2000@yahoo.com (Mark Sapiro)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: How do I "break" a session
  5. Date: 19 Jun 2004 22:50:17 -0700
  6. Organization: http://groups.google.com
  7. Lines: 52
  8. Message-ID: <deb126db.0406192150.50f8a24a@posting.google.com>
  9. References: <2004061909592031471%pbertain@maccom>
  10. NNTP-Posting-Host: 209.182.169.133
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1087710617 647 127.0.0.1 (20 Jun 2004 05:50:17 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Sun, 20 Jun 2004 05:50:17 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15045
  17.  
  18. Paul Bertain <pbertain@mac.com> wrote in message news:<2004061909592031471%pbertain@maccom>...
  19. > Now I when I am done with my session, I would like to return to Kermit 
  20. > but I cannot figure out the break sequence.
  21. > I don't mind just closing the terminal window but I would prefer to 
  22. > return to Kermit and exit gracefully.
  23. > I tried <CTRL>+"\" and <CTRL>+Just about every other key.  I also tried 
  24. > <CTRL>+<SHIFT>+Some other sequences.
  25. > I figure I must be either missing the obvious or not setting a 
  26. > preference from within Kermit (set escape-character ???).
  27.  
  28. Normally, when a session terminates the remote device closes the
  29. connection. When Kermit detects this via protocol or via loss of
  30. carrier on a serial port, it returns to command mode.
  31.  
  32. If you want to return to command mode while the connection either is
  33. or appears to be still open, the Kermit escape character must be
  34. enabled (this is the default), and you type the escape character and
  35. then type the letter C. Kermit tells you this when you first connect
  36. with a message that looks like
  37.  
  38.    Escape character: Ctrl-\ (ASCII 28, FS): enabled
  39.   Type the escape character followed by C to get back,
  40.   or followed by ? to see other options.
  41.   
  42. If the escape character is disabled (must have been done in an
  43. initialization file), you can enable it before connecting with
  44.  
  45.   set terminal escape-character enabled
  46.  
  47. If you escape back to a command prompt and then exit Kermit, you will
  48. get a warning that a connection may still be open. You can avoid this
  49. by first issuing
  50.  
  51.   close connection
  52.  
  53. or by
  54.  
  55.   set exit warning off
  56.  
  57. See
  58.   help set terminal
  59.   help close
  60.   help set exit
  61.   help set carrier-watch
  62.  
  63. --
  64. Mark Sapiro msapiro -at- value net    The highway is for gamblers,
  65. San Francisco Bay Area, California    better use your sense - B. Dylan